home *** CD-ROM | disk | FTP | other *** search
/ The Fatted Calf / The Fatted Calf.iso / Unix / CNews / Source / relay / mklint < prev    next >
Encoding:
Text File  |  1988-04-17  |  156 b   |  4 lines

  1. #! /bin/sh
  2. lint -hazu -I../include -I../include/bsd42 -I../rnews -DSTATIC= $* -llocal |
  3.     egrep -v '(possible pointer|long assign|can.t take|never used|:$)'
  4.